- 03 Oct, 2019 40 commits
-
-
Douglas Barbosa Alexandre authored
Remove the `:emails_disabled` feature flag... See merge request gitlab-org/gitlab!18044
-
Brett Walker authored
as it's no longer needed
-
Mayra Cabrera authored
Count unique users for more accurate SMAU reporting - Monitor See merge request gitlab-org/gitlab!16231
-
Fatih Acet authored
Merge branch '33158-time-window-filter-dropdown-doesn-t-retain-previously-selected-window' into 'master' Time window filter dropdown doesn't retain previously selected window Closes #33158 See merge request gitlab-org/gitlab!17972
-
Dhiraj Bodicherla authored
Time window filter dropdown in monitor dashboard does not retain previously selected time window
-
Robert Speicher authored
Do not start mirroring via API when paused See merge request gitlab-org/gitlab!17930
-
Michael Kozono authored
Display signature for last commit in tree view See merge request gitlab-org/gitlab!17288
-
Stan Hu authored
Allow users to compare Git revisions on a read-only instance Closes #9841 See merge request gitlab-org/gitlab!18038
-
Kamil Trzciński authored
Add missing memoization for ContainerRepository client See merge request gitlab-org/gitlab!18019
-
Ray Paik authored
Update lets_encrypt_integration.md See merge request gitlab-org/gitlab!17984
-
Stan Hu authored
Fix Cop/LineBreakAroundConditionalBlock for block+comment Closes #33220 See merge request gitlab-org/gitlab!18002
-
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
-
Thomas Randolph authored
Also translates some bare text and removes a linter override
-
Igor Drozdov authored
It allows FE to display signature for the last commit
-
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
-
Valery Sizov authored
-
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
-