- Feb 18, 2020
-
-
GitLab Bot authored
-
- Feb 14, 2020
-
-
GitLab Bot authored
-
- Dec 20, 2019
-
-
GitLab Bot authored
-
- Dec 17, 2019
-
-
GitLab Bot authored
-
- Nov 16, 2019
-
-
GitLab Bot authored
-
- Aug 22, 2019
-
-
One exception: there is an existing MR for the current branch and the branch is non-default and non-protected. Extended mock_data for ide/stores to have different types of branches: default, protected and regular Cleaned new MR checkbox view
-
- Jun 06, 2019
-
-
Sam Bigelow authored
- Pull the new MR option out into it's own component - Default MR checkbox to true when creating a new MR and committing to a branch that does not have an MR - Still change the MR checkbox to false when a user is on a branch that already has an MR - Hide MR option when on a branch that already has an MR and committing to current branch - Don't default to true when committing directly to master
-
- Jun 03, 2019
-
-
Nathan Friend authored
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
-
- May 29, 2019
-
-
Denys Mishunov authored
Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
-
- Apr 04, 2019
-
-
Sam Bigelow authored
Before the user had to choose between committing to a new branch, committing to a new branch AND creating an MR, or committing to the current branch regardless of whether or not it already has an MR. This commit separates the creation of an MR from whether or not they commit to an existing or new branch
-
- Oct 30, 2018
-
-
George Tsiolis authored
-
- Aug 07, 2018
-
-
Phil Hughes authored
This enables JavaScripts projects to have live previews straight in the browser without requiring any local configuration. This uses the CodeSandbox package `sandpack` to compile it all inside of an iframe. This feature is off by default and can be toggled on in the admin settings. Only projects with a `package.json` and a `main` key are supported. Updates happen in real-time with hot-reloading. We just watch for changes to files and then send them to `sandpack` to allow it to reload the iframe. The iframe includes a very simple navigation bar, the text bar is `readonly` to stop users navigating away from the preview and the back and forward buttons just pop/splice the navigation stack which is tracked by a listener on `sandpack` There is a button inside the iframe which allows the user to open the projects inside of CodeSandbox. This button is only visible on **public** projects. On private or internal projects this button get hidden to protect private code being leaked into an external public URL. Closes #47268
-
- Aug 02, 2018
-
-
Phil Hughes authored
-
- Jun 27, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- May 07, 2018
-
-
André Luís authored
-
- May 04, 2018
-
-
Phil Hughes authored
-
- May 03, 2018
-
-
Phil Hughes authored
fixed review mode not being editable
-
Phil Hughes authored
-
- May 02, 2018
-
-
Phil Hughes authored
added computed prop for showing loading indicator
-
Phil Hughes authored
remove close button in tab fix height not working in form restored stage & unstage all changes disable merge request radio button when staged & unstaged changes exist
-
- May 01, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
reduced code duplication
-
Phil Hughes authored
only make diff mode editable in review mode
-
Phil Hughes authored
-
- Apr 23, 2018
-
-
Mike Greiling authored
-
- Apr 20, 2018
-
-
Phil Hughes authored
the state now gets updated whenever a file is changed/discard
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
- Apr 19, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
changed to include new files added getter spec
-
Phil Hughes authored
#44846
-
- Apr 18, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
hooked up commit section to activity bar fixed commit section SVGs not loading added the different theme defintions to the activity bar
-
Phil Hughes authored
[ci skip]
-
- Apr 16, 2018
-
-
Phil Hughes authored
-