- 03 Oct, 2019 40 commits
-
-
Sean McGivern authored
Fix inline videos in Markdown for uppercase extensions Closes #29284 See merge request gitlab-org/gitlab!17924
-
Douglas Barbosa Alexandre authored
Rename `license management` parser `license scanning` See merge request gitlab-org/gitlab!17996
-
Tetiana Chupryna authored
Use License Compliance feature name
-
Dmitriy Zaporozhets authored
Resolve "Follow-up from "Stop liveness check returning incorrect data"" Closes #32820 See merge request gitlab-org/gitlab!17977
-
Sean Arnold authored
-
Rémy Coutable authored
Add commit URL to QA job Slack notification See merge request gitlab-org/gitlab!17992
-
Heinrich Lee Yu authored
Also fixed to handle images with blank src attributes gracefully
-
Douglas Barbosa Alexandre authored
Add Grafana embed integration feature flag See merge request gitlab-org/gitlab!18045
-
Tristan Read authored
-
James Lopez authored
Add private endpoint for Licenses list See merge request gitlab-org/gitlab!17889
-
Tetiana Chupryna authored
Add route and additional service for fetching
-
Fatih Acet authored
Update doc link in cycle analytics banner See merge request gitlab-org/gitlab!18035
-
Jan Provaznik authored
Refactor PostReceive to be more readable See merge request gitlab-org/gitlab!17869
-
Albert Salim authored
-
Nick Thomas authored
Allow intra-project MR dependencies See merge request gitlab-org/gitlab!16799
-
Lin Jen-Shin authored
Fix the 'rspec_simple_job' helper function so that quarantined tests run Closes #33152 See merge request gitlab-org/gitlab!17958
-
Douglas Barbosa Alexandre authored
Merge Request: Close JIRA issues when issues are disabled See merge request gitlab-org/gitlab!17743
-
Walmyr Lima e Silva Filho authored
Adds an E2E test of multi-project pipelines Closes gitlab-org/quality/testcases#212 See merge request gitlab-org/gitlab!17987
-
Kamil Trzciński authored
Make constant-memory export serializer See merge request gitlab-org/gitlab!17080
-
Igor Drozdov authored
Now a intra-project MR can be specify as a blocking MR
-
Kamil Trzciński authored
Enable Google API retries for uploads Closes #23452 See merge request gitlab-org/gitlab!18040
-
Patrick Bajao authored
This refactors the implementation of gathering/iterating changes from the post-receive hook to be a bit more readable (removed the need for calling `enum_for(:changes_refs)` in different places). This is done with the help of the new `Gitlab::Git::Changes` collection object which will be used while parsing the changes. Also changed the signature of BranchPushService and TagPushService to accept a single `change` param instead of having oldrev, newrev and ref params. This also prepares the `PostReceive` worker to be able to process branches and tags separately so we'll be able to aggregate events by branches or tags.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Nick Thomas authored
Only schedule updates of remote mirrors once per push See merge request gitlab-org/gitlab!17902
-
Bob Van Landuyt authored
Before we were scheduling the update once for each pushed ref through the Git::(Branch|Tag)PushService. But all the refs will be pushed every time, meaning that most of these updates would be no-ops. This moves the updated out into the PostReceive worker, so this is only scheduled once per push.
-
Achilleas Pipinellis authored
docs: Security Reports can be seen only if Public pipelines are enabled See merge request gitlab-org/gitlab!18057
-
Achilleas Pipinellis authored
Updates HA/Monitoring node config docs See merge request gitlab-org/gitlab!17542
-
Adriano S. Fonseca authored
-
Sean McGivern authored
Extract Commit System Notes Service Closes #17597 See merge request gitlab-org/gitlab!17808
-
Pulkit Sharma authored
-
Sean McGivern authored
Missing error handling for /epic quick action Closes #13809 See merge request gitlab-org/gitlab!15648
-
Arturo Herrero authored
-
Arturo Herrero authored
-
Arturo Herrero authored
We close external issues even when the user is not authorized by DeclarativePolicy framework.
-
Kushal Pandya authored
Add projectSelector store module to security dashboards See merge request gitlab-org/gitlab!17918
-
David Pisek authored
This commit adds a new vuex store module to the security dashboard. It is largely based off an existing store module (ee/app/assets/javascripts/vue_shared/dashboards/store) but includes some changes that aim to make it more generic.
-
Filipa Lacerda authored
Merge branch '32891-move-scatterplot-on-productivity-analytics-to-second-on-the-dashboard' into 'master' Resolve "Move scatterplot on productivity analytics to second on the dashboard" Closes #32891 See merge request gitlab-org/gitlab!17983
-
Martin Wortschack authored
-
Achilleas Pipinellis authored
Add to docs the version `/zoom` quick action command was introduced See merge request gitlab-org/gitlab!17973
-
Thong Kuah authored
Ensure wiki cache expires correctly in PostReceive See merge request gitlab-org/gitlab!18051
-